home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / nntpmain.dfm / nntpmain.txt
Encoding:
Text File  |  1999-07-30  |  1.4 KB  |  86 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 366
  5.   Height = 375
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 16
  15.     Top = 16
  16.     Width = 34
  17.     Height = 13
  18.     Caption = 'Server:'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 16
  22.     Top = 52
  23.     Width = 57
  24.     Height = 13
  25.     Caption = 'Newsgroup:'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 16
  29.     Top = 88
  30.     Width = 67
  31.     Height = 13
  32.     Caption = 'Search String:'
  33.   end
  34.   object ServerEdit: TEdit
  35.     Left = 104
  36.     Top = 12
  37.     Width = 242
  38.     Height = 21
  39.     TabOrder = 0
  40.   end
  41.   object NewsgroupEdit: TEdit
  42.     Left = 104
  43.     Top = 48
  44.     Width = 242
  45.     Height = 21
  46.     TabOrder = 1
  47.   end
  48.   object SearchEdit: TEdit
  49.     Left = 104
  50.     Top = 84
  51.     Width = 242
  52.     Height = 21
  53.     TabOrder = 2
  54.   end
  55.   object SearchButton: TButton
  56.     Left = 141
  57.     Top = 120
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Search'
  61.     TabOrder = 3
  62.     OnClick = SearchButtonClick
  63.   end
  64.   object BodyMemo: TMemo
  65.     Left = 16
  66.     Top = 160
  67.     Width = 329
  68.     Height = 177
  69.     TabOrder = 4
  70.   end
  71.   object msNNTPClient1: TmsNNTPClient
  72.     Version = '2.0'
  73.     Port = 119
  74.     Article = msArticle1
  75.     Authorization = False
  76.     Left = 264
  77.     Top = 120
  78.   end
  79.   object msArticle1: TmsArticle
  80.     ContentType = 'text/plain'
  81.     Version = '2.0'
  82.     Left = 304
  83.     Top = 120
  84.   end
  85. end
  86.